projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da33ff5
)
* fns.c (Fy_or_n_p): Display the answer.
author
Jim Blandy
<jimb@redhat.com>
Sun, 14 Mar 1993 20:56:05 +0000
(20:56 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Sun, 14 Mar 1993 20:56:05 +0000
(20:56 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 21dd3cf66715006b3baa33baed44b4afb69d79b2..75c0dfbf8a5d05076c3fe2388e584c778bcf8aa6 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-1150,6
+1150,9
@@
Also accepts Space to mean yes, or Delete to mean no.")
}
}
UNGCPRO;
+
+ message ("%s(y or n) %c", XSTRING (xprompt)->data, answer ? 'y' : 'n');
+
return answer ? Qt : Qnil;
}
\f